private void showInTableAndSelectRow(final SMTestProxy suite, final SMTestProxy suiteProxy) {
   selectProxy(suite);
   selectRowOf(suiteProxy);
 }