public bool DeleteMedicineById(long id)
 {
     return(medicineRepository.DeleteMedicineById(id));
 }