public IList <Title_Principals> GetPersonal(string id) { using (var ctx = new MoviesContext()) { return(ctx.GetPersonal(id)); } }