public IHttpActionResult GetAllCategories()
 {
     return(Ok(Shops.GetAllCategories()));
 }