public bool Delete(string id)
 {
     return(MongoHelper.DeleteData(ObjectId.Parse(id)));
 }