public List <f_pedidoEstado_Cliente_Fecha_Result> BusquedaPedidoCliente_Fecha_Estado(String nombreCliente, DateTime fechaInicioo, DateTime fechaFin, int estadoPedido)
 {
     return(dp.PedidoPorClienteYFechaYEstado(nombreCliente, fechaInicioo, fechaFin, estadoPedido));
 }