public List <TicketNotification> AllNotification(int ticketId)
 {
     return(TicketRepository.AllNotificaion(ticketId));
 }