private DataTable GetDataTable(int Rows) { GetDataHelper getData = new GetDataHelper(); return(getData.GetDataSetCities(Rows).Tables[0]); }