//Static Functions public static bool tagExists(String TagName) { //Check if a tag exists with given name. return(SQLiteService.CheckTagExist(TagName)); }