public Instructor GetInstructorByUserId(string userId) { return(_instructorRepository.GetInstructorByUserId(userId)); }