public IActionResult ListAll()
 {
     return(Json(db.GetEmployeeList()));
 }