public bool UpdateEmpleado(DtoEmpleadoInsert pEntidad)
 {
     return(oEmpleado.UpdateEmpleado(pEntidad));
 }