void metod_0() { something something; ; something.metod1(FormDataSource table_DS); } .... something void metod1(FormDataSource _DS) { _DS.executequery(); }