private void CargarContrato() { /* Carga todos los Empleados */ Contratos contrato = new Contratos(); DgContrato.ItemsSource = contrato.ReadAll(); }