public List <Drug> GetNotApproved()
 {
     return(_repository.GetNotApprovedDrugs());
 }