using System; namespace bobrovTounApp { internal class ToursBaseEntities { internal static object GetContext() { throw new NotImplementedException(); } } }