public Medicine FindMedicineById(int id)
 {
     return(_medicineService.FindMedicineById(id));
 }