internal Drug Get(int id) => _drugRepository.Get(id);
public Drug Get(int id) { return(_drugRepository.Get(id)); }