private List <usps_Customers_Result> UserDetails() { using (ECommerce db = new ECommerce()) { return(db.usps_Customers().ToList()); } }