public PedidoRestaurante GetEntrega(int controle)
 {
     return(FilaEntrega.SingleOrDefault(x => x.Controle.Controle == controle));
 }