// Удалить указанный вид деятельности public static void RemoveAct(string ActName) { DBOperations.RemoveActivity(ActName); }