public IHttpActionResult Get(int BrandId) { var brandid = _IBrandManager.getBrand(BrandId); return(Ok(brandid)); }