SearchResult=function()
{
    this.persona=null;
    this.cell=null;
    this.selected=false;
}
