internal static string FindRoleByAspId(string aspId) { using (IDalUser dal = new DalUser()) { return(dal.GetRoleByAspId(aspId)); } }