//! Simplistic Model Layer
//! (with mock-store layer)
use ;
use ;
use crate::;
// region: --- Ticket Types
// endregion: --- Ticket Types
// region: --- Model Controller
// Constructor
// CRUD Implementation
// endregion: --- Model Controller