public void ChangeStatus(string id, EnumMedicineStatus status) { _medicineService.ChangeStatus(id, status); }