public IEnumerable <Sp_GetUnits> Sp_GetUnits() { using (var db = new KoontabiDBEntities()) { return(db.Sp_GetUnits().ToList()); } }