public PerspectivesController(IPerspectiveService perspectiveService, IPerspectiveCommandService perspectiveCommandService, ITourQueryService tourQueryService, ICommentCommandService commentCommandService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
 {
     _perspectiveService = perspectiveService;
     _perspectiveCommandService = perspectiveCommandService;
     _tourQueryService = tourQueryService;
     _commentCommandService = commentCommandService;
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
 }
 public PerspectivesController(IPerspectiveService perspectiveService, IPerspectiveCommandService perspectiveCommandService, ITourQueryService tourQueryService, ICommentCommandService commentCommandService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
 {
     _perspectiveService            = perspectiveService;
     _perspectiveCommandService     = perspectiveCommandService;
     _tourQueryService              = tourQueryService;
     _commentCommandService         = commentCommandService;
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
 }
 // GET: /Admin/Perspectives/
 public PerspectivesController(IPerspectiveQueryService perspectiveQueryService, IPerspectiveCommandService perspectiveCommandService,ITourQueryService tourQueryService)
 {
     _perspectiveQueryService = perspectiveQueryService;
     _perspectiveCommandService = perspectiveCommandService;
     _tourQueryService = tourQueryService;
 }
 // GET: /Admin/Perspectives/
 public PerspectivesController(IPerspectiveQueryService perspectiveQueryService, IPerspectiveCommandService perspectiveCommandService, ITourQueryService tourQueryService)
 {
     _perspectiveQueryService   = perspectiveQueryService;
     _perspectiveCommandService = perspectiveCommandService;
     _tourQueryService          = tourQueryService;
 }