public List <Community> GetCommunities()
 {
     return(Community.All().ToList());
 }