public IActionResult GetAllDirection() { //UserService service = new UserService(); return(Ok(_directionService.GetAllDirection())); }