public short Delete()
 {
     ResetError();
     session.Delete(this);
     return(errorCode);
 }