public bool EditManager(string oldName, string newName) { return(_dbConnect.EditManager(oldName, newName)); }