public string FindWithOutType()
 {
     return(jsonHelper.serializeToJSON(mongoDB.FindWithoutType()));
 }