public bool DelById(int id)
 {
     return(_ticketRepository.DelById(id));
 }