public bool DeleteDistributorCategory(Int64 DistributorCategoryId) { try { MasterBL bl = new MasterBL(); return(bl.DeleteDistributorCategory(DistributorCategoryId)); } catch (Exception) { throw; } }