public void AddPrescription(Prescription prescription)
 {
     repository.AddPrescription(prescription);
 }