public async Task <IActionResult> Create([FromBody] GenreWithoutIdModel model) { manager.Create(model); return(Ok()); }