public static Role Role_SelectByr_gid(string r_gid) { using (SystemDAL access = new SystemDAL()) { return(access.Role_SelectByr_gid(r_gid)); } }