public static ascx_FindingsViewer filter1_Text(this ascx_FindingsViewer findingsViewer, string filterText)
 {
     findingsViewer.setFilter1TextValue(filterText, true);
     return(findingsViewer);
 }