public void Post(Doctor doctor)
 {
     DataStorage.CreateDoctor(doctor);
 }