public ProfileController(IHousingUserService userService, IMapper mapper)
 {
     _userService = userService;
     _mapper      = mapper;
 }
 public UsersAuthentificationController(IHousingUserService userService, IMapper mapper)
 {
     _userService = userService;
     _mapper      = mapper;
 }