public bool IsNickName(string nickName) { return(dataRepos.Exist(x => x.RoleName.ToLower() == nickName.ToLower())); }