public object ConsultarClientesPorCedula(string cedula) { return(bd.spConsultarClientesPorCedula(cedula).ToList()); }