public string insertMenuCategory(MenuCategoryMaster menuCategoryMaster) { return(Common.putData(menuCategoryMaster, "sp_MenuCategory")); }