public List <BasicInfoWSModel> getProfessors(string pCourse) { var vCourse = int.Parse(pCourse); return(db.SP_GetProfessor(vCourse).ToList()); }