int IBaseRepository.FSHIJALL(string tabela) { using (var context = new taskDb()) { var result = context.FSHIJALL(tabela); return(result); } }