public void AddDepot(DepotDTO depotDto) { DepotManager depotManager = new DepotManager(); depotManager.InsertDepot(depotDto); }