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