public bool ExistEquipmentWithCode(String code)
 {
     return(equipmentService.ExistEquipmentWithCode(code));
 }