public IEnumerable <domain.TimeSlot> Execute()
 {
     return(timeSlotRepository.GetAllByPaging(Page, Amount));
 }