public IEnumerable <Equipment> GetAllEntities()
 {
     return(equipmentRepository.GetAllEntities());
 }