public HoraryComplete GetTicket(int id)
 {
     return(_schedulingRepository.GetTicket(id));
 }