public ActionResult RemoveCollection(int userid, ContentType type, int contentid)
 {
     AccountMgr.RemoveUserCollection(userid, type, contentid);
     return(Content("OK"));
 }