public IActionResult EnrollStudent([FromBody] Student newStudent) { return(Ok(_studentDbService.Entrollment(newStudent))); }