public bool InsertMenuInfo(string menuname, string path, int parentid, int sort, string createby, string ImagePath)
 {
     return(menuInfo.InsertMenuInfo(menuname, path, parentid, sort, createby, ImagePath));
 }