Very pity that it's didn't help
i writing this:
PersonTableCollection personels=new PersonTableCollection();
personels.GetMulti(null);
dataGridView1.DataSource = personels;
may be the has a options like that
personels.GetMulti(xxx.firstaname,xxx.Lastname);
xxx-i don't nwo what