public IEnumerable <MISAEntity> GetAll <MISAEntity>() { var entities = _baseContext.GetAll <MISAEntity>(); return(entities); }