public Sp_GetProductByID SpGetProductByID(int productID) { using (var db = new KoontabiDBEntities()) { return(db.Sp_GetProductByID(productID).FirstOrDefault()); } }