public Entities.Factura Get(int id)
 {
     return(_Factura.GetEntity(id));
 }