public Result AddOrUpdateAttachment(Ticket Ticket)
 {
     return(ticketRepository.AddOrUpdateAttachment(PrepareTicket(Ticket)));
 }