public void Create_Prescription(Prescription model)
 {
     _prescriptionRep.Create_Prescription(model);
 }