public JsonResult Remove(int id)
 {
     _tecnicoService.RemoveTecnico(id);
     return(Json(""));
 }