public void CloseLot(LotEntity lot)
 {
     _lotRepository.CloseLot(lot.ToDalLot());
     _uow.Commit();
 }