public async Task <IActionResult> Get()
 {
     return(Ok(await _functionRepository.GetFunctionAllAsync()));
 }