public List <Song> GetAll()
 {
     return(_repository.GetAllActive());
 }