public bool VerifyRowExists()
 {
     return(_browser.GetRowCount(typeof(T).Name, filters) > 0);
 }