// 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;
 }