C# Adding menu item issue

i get this error on while trying to add a menu item

using UnityEngine;
using UnityEditor;


public class CreateManager: EditorWindow {
	
	[MenuItem ("Simple Menu")]
		 
	static void Init()
	{
         }


}

Check this out and see if it helps you out.