public ICollection <Medicine> GetAllMedicineByDisease(int deseaseId)
 {
     return(_repository.GetAllMedicineByDisease(deseaseId));
 }