public async Task <IActionResult> SelectById(string IdFaculty) { var result = await _faculty.SelectById(IdFaculty); return(Ok(result)); }