//Adds to Read list
 public IHttpActionResult AddToList(Rating rating)
 {
     return(Ok(repo.AddToList(rating)));
 }