public async Task <IActionResult> AddFather(int id1, int id2)
 {
     return(Ok(await _personaService.AddFather(id1, id2)));
 }