namespace TimeTable.model {
internal class Basic {
string uid { get; set; }
DateTime time { get; set; }
string name { get; set; }
}