public JsonResult GetAll() { return(Json(_teamsMethods.GetAll())); }
public List <Team> GetTeams() { return(_teams.GetAll()); }