public Equipments FindByEquipmentNme(string equipmentName)
 {
     return(_equipmentRepository.FindByEquipmentName(equipmentName));
 }