public List <P_AddressApproval> LoadMyAddressApproveCount(string UserId, DateTime Begin, DateTime End, string State, string Applicant)
 {
     return(preApprovalService.LoadMyAddressApproveCount(UserId, Begin, End, State, Applicant));
 }