public bool ImportFromEsri(string proj)
 {
     return(_projection.ImportFromESRI(proj));
 }