public Medicine GetMedicine(string id) { try { return(IDalService.GetMedicine(id)); } catch (Exception ex) { throw ex; } }