public IHttpActionResult Get() { var dbContext = new StudentRegistrationEntities(); return(Ok(dbContext.spGetAllStudents().ToList())); }