private bool LecturerExists(int id)
 {
     return(lecturerRepo.Exists(id) > 0);
 }