public IHttpActionResult AddNewStore(StoreDTO store) { return(Ok(Convert.ToInt32(Irs.AddStore(store)))); }