public string getFacultyId(string staffId)
 {
     return(scheduleDAL.getFacultyId(staffId));
 }