private void ClearButton_Click(object sender, EventArgs e)
 {
     NumeroProcesso.Text          = "";
     AnoInicial.Text              = "";
     AnoFinal.Text                = "";
     DataEntrada.Text             = "";
     Requerente.Text              = "";
     FisicoList.SelectedIndex     = 0;
     InternoList.SelectedIndex    = 0;
     SetorList.SelectedIndex      = 0;
     AssuntoList.SelectedIndex    = 0;
     Complemento.Text             = "";
     MainListView.VirtualListSize = 0;
     MainListView.Invalidate();
 }