public List <FlatWiseAgentCommission> BindAgentsDashboard(string email)
 {
     return(db.BindAgentsDashboard(email));
 }