private void Filter() { clienteTable.DataSource = _clienteRepo.Filter(new Context.Cliente() { Cedula = cedTxt.Text.Trim() }); }