public void Update(PatientSchedule obj)
 {
     throw new NotImplementedException();
 }
 public void Insert(PatientSchedule obj)
 {
     db.PatientSchedules.Add(obj);
 }