public static 客戶資料狀況Repository Get客戶資料狀況Repository(IUnitOfWork unitOfWork)
 {
     var repository = new 客戶資料狀況Repository();
     repository.UnitOfWork = unitOfWork;
     return repository;
 }
 public static 客戶資料狀況Repository Get客戶資料狀況Repository()
 {
     var repository = new 客戶資料狀況Repository();
     repository.UnitOfWork = GetUnitOfWork();
     return repository;
 }