public DiseasePrescription GetDiseasePrescriptionById(Guid id) { return(_repository.GetDiseasePrescriptionById(id)); }