namespace Models.Helpers { public static class PhSEntityTypes { public const string Professional = "PhS_Professionals"; public const string Institution = "PhS_Institutions"; public const string Patient = "PhS_Patients"; } }