Refresh parent for when closing child form

when child form closed, the parent for need to refresh

Create a method on parent form that does the refresh
In closeOk method of child form, you can call that method. (by finding the caller)

thanks Kranthi