public static int SystemGroup_Insert(SystemGroup obj) { using (SystemDAL access = new SystemDAL()) { return(access.SystemGroup_Insert(obj)); } }