public void AddDoctorTimeSlot(string userid, DoctorTimeSlots ts)
 {
     repository.AddDoctorTimeSlot(userid, ts);
 }