public static List <CustomerDetails> GetListOfCustomerDetails()
 {
     return(CustomerDetails.LoadList());
 }