public string Get()
        {
            var list = _model.GetAllSongs();

            return(JsonConvert.SerializeObject(list));
        }