private string GetGroupIdByName(string s) { var usersBL = new UsersBL(); return usersBL.GetGroupIdByName("info.uaic.ro", s); }