public IHttpActionResult GetAll()
 {
     return(Ok(manager.GetAll().DVDs));
 }