public void ChangeGood(Good good) { this.odmen.ChangeGood(good); }
public long CreateGood(Good good) { return(this.odmen.CreateGood(good)); }