private static void GeetingPeople(string address, DeleteGreeting delegateFunc) { delegateFunc(address); }