public HttpResponseMessage DeleteStudentById(int studentId) { return(OKResponse(_repo.DeleteStudentById(studentId))); }