public int GetMaxIDMAIN() { DataTable table = dbWrapper.GetMaxIDMAIN(); return(int.Parse(table.Rows[0][0].ToString())); }