public IList <ChamadoModel> Get()
 {
     return(_chamadoBll.Listar());
 }