private void UpdateGrid()
 {
     BLLAutoTexto bllautoTexto = new BLLAutoTexto();
     dataGridMed.ItemsSource = bllautoTexto.SelectALL();
 }