public List <History> All()
 {
     return(_historyRepository.All().ToList());
 }