public ActionResult <List <StudentViewModel> > GetAllStudents() { return(Ok(StudentMapper.GetStudentsViewFrom(_studentService.GetAllStudents()))); }