public void Show_Btn()
 {
     Abastecimento_Btn.Show();
     Atendimento_Btn.Show();
     Combustivel_Btn.Show();
     Departamento_Btn.Show();
     Destino_Btn.Show();
     Manutenção_Btn.Show();
     Multa_Btn.Show();
     Notificação_Btn.Show();
     Oficina_Btn.Show();
     Oleo_Btn.Show();
     Posto_Btn.Show();
     Salario_Btn.Show();
     Usuario_Btn.Show();
     Veiculo_Btn.Show();
 }
 private void Hide_Btn()
 {
     Abastecimento_Btn.Hide();
     Atendimento_Btn.Hide();
     Combustivel_Btn.Hide();
     Departamento_Btn.Hide();
     Destino_Btn.Hide();
     Manutenção_Btn.Hide();
     Multa_Btn.Hide();
     Notificação_Btn.Hide();
     Oficina_Btn.Hide();
     Oleo_Btn.Hide();
     Posto_Btn.Hide();
     Salario_Btn.Hide();
     Usuario_Btn.Hide();
     Veiculo_Btn.Hide();
 }