public static SystemGroup SystemGroup_SelectByg_gid(string g_gid)
 {
     using (SystemDAL access = new SystemDAL())
     {
         return(access.SystemGroup_SelectByg_gid(g_gid));
     }
 }