public int Delete(int Code, SqlTransaction Transaction) { OAPersonDAL ndal = new OAPersonDAL(Transaction); return(ndal.Delete(Code)); }