// GET: Quotas
 public ActionResult Index()
 {
     FormsAuthentication.SetAuthCookie("rafael", true);
     return(View(db.List()));
 }