public IHttpActionResult GetFavoriteCategoryList()
 {
     return(Ok(CategoryBL.GetFavoriteCategoryList()));
 }