public IHttpActionResult AddPoints(int id, List <PointViewModel> points) { return(Ok(_service.AddPoints(id, points))); }