public FacultyWorkInfo UpdateWorkInfo(int id, FacultyWorkInfo WorkInfo) { return(_facultyWorkInfoRepo.UpdateWorkInfo(id, WorkInfo)); }