public List <f_pedidoFecha_Result> BusquedaPedidoFecha(String fechaUno, String fechaDos) { return(dp.PedidoPorFecha(DateTime.Parse(fechaUno), DateTime.Parse(fechaDos))); }