public List <Visit> GetUserVisitsHistoryByID(int id) { return(Repository.GetUserVisitsHistoryByID(id)); }