public virtual void AddHistory(string username, TicketHistory history)
 {
     innerRepository.AddHistory(username, history);
 }