public IEnumerable <Entities.Factura> GetAll()
 {
     return(_Factura.GetLista());
 }