Boa tarde!!! No CategoriasDAO o método
public Categoria BuscaPorId(int id)
        {
            return this.contexto.Categorias(id);
        }está apresentando erro:
Severity    Code    Description    Project    File    Line    Suppression State
Error    CS1955    Non-invocable member 'EntidadesContext.Categorias' cannot be used like a method.        38    Active 
            