public IEnumerable <Tender> GetAllNotClosedTenders()
 {
     return(_tenderRepository.GetAllNotClosedTenders());
 }