public Lot GetLotById(int Id)
 {
     return(DataBase.GetLotById(Id));
 }