// For last method public bool UserExis(string id) { return(_userRepo.Exist(id)); //return _context.Roles.Any(m => m.Id == id); }