public Boolean IsEmpty()
 {
     return(_resultTable.Count() == 0);
 }