public int GetSalesOrderListCount()
 {
     return(SalesOrderCore.GetSalesOrderListCount(CustomPrincipal.Current.Identity.Name));
 }