public int GetDate() { DBaction db = new DBaction(); int d = db.GetDate(this.Id); db.Close(); return(d); }