func createTour(withName title: String, completion: ((_ uuid: UUID, _ success: Bool, _ error: Error?) -> Void)?)
    {
        let uuid = UUID()
        MagicalRecord.save(
        { localContext in