public IHttpActionResult AddAlbum(NewAlbumViewModel album) { _service.AddAlbum(album); return(Ok()); }