public void NUnit_Contract_Domain_Get()
 {
     Cat_OrgStructureServices service = new Cat_OrgStructureServices();
     IQueryable<Cat_OrgStructure> repo = service.GetCatOrgStructure();
     Console.Write("Total Record: " + repo.Count());
 }