public List <DepotDTO> GetDepotList() { DepotManager depotManager = new DepotManager(); var depot = depotManager.GetDepotList(); return(depot); }