public LastVisitsViewComponent(IUserVisitsHistoryService userVisitsHistoryService)
 {
     this.userVisitsHistoryService = userVisitsHistoryService;
 }
		public LastVisitsViewComponent(IUserVisitsHistoryService userVisitsHistoryService)
		{
			this.userVisitsHistoryService = userVisitsHistoryService;
		}