UA95, а почему не конструктор а get?
class Control{ function __construct($id){ return new View(new Model($id)); } }