public IEnumerable <TeacherViewModel> Get() { int userId = Convert.ToInt32(this.User.FindFirstValue(ClaimTypes.Name)); int coorid = _coordinator.GetCoordinatorId(userId); return(_teacher.GetAllTeachersOfCoordinator(coorid)); }