public static List <ListCompanytAccount> GetAllListCompanytAccount(int ManId)
 {
     return(GetLastCompanyAccountDetailsFromCompanytAccountDetails(myRealProvider.GetAllLastCompanytAccount(ManId)));
 }