public static CustomerDetails GetCustomerDetail(int id)
 {
     return(CustomerDetails.GetCustomerDetail(id));
 }