public void DeleteLocation(string location) { deptRepo.RemoveLocation(location); }
public void RemoveDeptLocation(string location) { deptRepo.RemoveLocation(location); }