private void Initialize()
 {
     da = new DataAccess();
     _SpareIncomeID = da.getRemainsInputID();
     LoadOfferings();
     Ready = true;
 }