public IEnumerable <Drug> GetAll()
 {
     return(_repository.GetAllEager());
 }