Hi vivek,
For most of object types in SBO, you can use Application.OpenForm method. The benefit of just activating the MenuItem is that the mothod returns a From object representing the form just opened.
Another benefit is that this method enables you to give an ObjectKey as parameter and the new opened form will display this record automatically.
Beni.