public async Task <AssociateRolesViewModel> GetUserRoles(int userId)
 {
     return(await _usersProvider.GetUserRoles(userId));
 }