public new bool Update(TicketRequest ticket)
 {
     return(_databaseHandler.Update(ticket));
 }