public bool Post(ResponsavelInstituicaoEnsino obj)
 {
     try
     {
         return(dados.Post(obj));
     }
     catch (Exception)
     {
         throw;
     }
 }
 public bool Put(int id, ResponsavelInstituicaoEnsino obj)
 {
     try
     {
         return(dados.Put(id, obj));
     }
     catch (Exception)
     {
         throw;
     }
 }
 public bool Put(int id, ResponsavelInstituicaoEnsino obj)
 {
     try
     {
         throw new NotImplementedException();
     }
     catch (Exception)
     {
         throw;
     }
 }