public void InsertUpdateACategoryType(ArrayList Category)
        {

            FareCruiseCarbinCategoryMas objcategorytype = new FareCruiseCarbinCategoryMas();
        //    Category.Insert(2, Session["usersid"].ToString());
            objcategorytype.InsertUpdateACategoryType(Category);

        }
 public void deleteCategoryType(int CategoryId)
 {
     FareCruiseCarbinCategoryMas objcategory = new FareCruiseCarbinCategoryMas();
     objcategory.deleteCategoryType(CategoryId);
 }