public JsonResult GetCollectionById(int collection_id)
 {
     return(Json(db.GetCollectionWithOwner(collection_id)));
 }