public void Delete(string id)
 {
     _system.RemoveActivity(id);
 }