private List <Plot> GetPlots() { DAL.DAL db = new DAL.DAL(); List <Plot> lstPlots = db.GetAllPlots(); return(lstPlots); }