public static IEnumerable <DoctorDetails> DoctorData()
 {
     return(DoctorRepository.DoctorData());
 }