public IActionResult GetAdmin()
 {
     return(Ok(_freelancer.GetAllAdmin()));
 }